FixedCost Property (BreakEven<T>)
In This Topic
Gets or sets a value of fixed cost.
Syntax
'Declaration
Public Property FixedCost As System.Integer
'Usage
Dim instance As BreakEven(Of T)
Dim value As System.Integer
instance.FixedCost = value
value = instance.FixedCost
public System.int FixedCost {get; set;}
public read-write property FixedCost: System.Integer;
public function get,set FixedCost : System.int
public: __property System.int get_FixedCost();
public: __property void set_FixedCost(
System.int value
);
public:
property System.int FixedCost {
System.int get();
void set ( System.int value);
}
See Also